Sponsored by Deepsite.site

MDN Lookup

Created By
Baby Manisha Sunkara6 months ago
Tool to fetch and summarize developer documentation from [MDN Web Docs](https://developer.mozilla.org/). ## Features - Search MDN for documentation using a query string. - Returns a summary (first paragraph) and a link to the full documentation. - Exposes an MCP-compatible tool server over stdio.
Overview

MDNlookup

A tool to fetch and summarize developer documentation from MDN Web Docs.

MDNlookup is a developer productivity tool that streamlines access to MDN Web Docs documentation directly from your development environment. Designed for seamless integration with MCP-compatible clients and editors like VS Code, mdnlookup enables developers to quickly search for and retrieve concise, relevant documentation summaries for web APIs, JavaScript methods, and other web technologies—without leaving their workflow.

By exposing an MCP-compatible tool server over stdio, mdnlookup makes it easy to automate documentation lookups and integrate them into custom toolchains or editor extensions. This helps developers save time, reduce context switching, and stay focused on coding.

Features

  • Search MDN for documentation using a query string.
  • Returns a summary (first paragraph) and a link to the full documentation.
  • Exposes an MCP-compatible tool server over stdio.

Available Tools

mdnlookup

  • Description: Fetches and summarizes developer documentation from MDN based on a search query.
  • Parameters:
    • query (string): The search term or API/method name you want documentation for.

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/mdn-lookup.git
cd mdn-lookup
npm install

Usage

This tool is designed to be used as an MCP tool server. You can run it directly:

node index.js

It will start an MCP server over stdio, ready to accept requests.

Example: Configure in MCP Client

{
  "mcpServers": {
    "SmartDeveloperAssistant": {
      "command": "node",
      "args": [
        "</absolute/path/to>/mdn-lookup/index.js"
      ]
    }
  }
}

VS Code (.vscode/settings.json)

"mcp": {
        "servers": {
            "mdnlookup": {
                "type": "stdio",
                "command": "node",
                "args": ["</absolute/path/to>/mdn-lookup/index.js"]
            }
        },
        "inputs": []
    },

Example: Using the Tool

You can use the mdnlookup tool by sending a request from any MCP-compatible client:

{
  "tool": "mdnlookup",
  "params": {
    "query": "Array.prototype.map"
  }
}

The response will look like:

{
  "content": [
    {
      "type": "text",
      "text": "The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.\n\nMore info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map"
    }
  ]
}

Example Results

Below are screenshots of the tool in action for various queries:

Promises

Promises Example

Async/Await

Async/Await Example

Node.js

Node.js Example

OAuth

OAuth Example

Configuration

No additional configuration is required. The tool uses the MDN public API and fetches documentation in English.

License

ISC

--

Thanks

Happy Coding!!

Baby Manisha Sunkara 👩🏻‍💻

Server Config

{
  "mcpServers": {
    "SmartDeveloperAssistant": {
      "command": "node",
      "args": [
        "</absolute/path/to>/mdn-lookup/index.js"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
CursorThe AI Code Editor
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
Amap Maps高德地图官方 MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Serper MCP ServerA Serper MCP Server
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
ChatWiseThe second fastest AI chatbot™
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop